LPC540xx Simple blinky example
============================

Purpose:
	Use SCT timer capture and capture control features. It implements a PWM decoder which 
	measures the duty cycle of a PWM signal and determines whether it is above (max_width) 
	or below (min_width) a specific value.The PWM signal frequency is assumed to be 10 kHz. 
	Two output signals (width_error and timeout) are included to indicate when the 10 kHz signal
	has an error or is missing.


Running mode:
* Compile, Flash the program and reset.
* Default project target set to Blinky_Release (exectuing from flash)


Output:
*	P0_24 is SCT_IN
*	P1_2  is SCT_OUT5
*	P1_1  is SCT_OUT4

